*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Tue, 3 Oct 2006 09:19:05 +0000 (09:19 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 3 Oct 2006 09:19:05 +0000 (09:19 +0000)
lisp/ChangeLog
src/ChangeLog

index f2b67f927bffb338464efcba37fe30f56d25f23f..2112842918e6b51f9b3ee68cc921f9b43c31086c 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-03  Kim F. Storm  <storm@cua.dk>
+
+       * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
+       (pushnew): Fix last change.
+
 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
 
        * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
        * mouse.el (mouse-posn-property): Fix typo for `event-start' in
        doc string.
 
-2006-09-21  Kim F. Storm  <storm@cua.dk>
-
-       * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
-       (pushnew): Fix last change.
-
 2006-09-21  Kenichi Handa  <handa@m17n.org>
 
        * language/european.el ("Latin-1"): Add windows-1252 to
index 1a26c20ab45939dd9b9a819b0f91afa9945dbcd4..660d88eea0ed23173329bc6d2ad6f45ad854c5d0 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-03  Kim F. Storm  <storm@cua.dk>
+
+       * process.c (list_processes_1): Run sentinels before removing dead
+       processes.  Also remove `closed' network connections.
+
 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * xdisp.c (handle_fontified_prop): Don't fontify at EOB.